Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies #839

Merged
merged 32 commits into from
Apr 2, 2024
Merged

Upgrade dependencies #839

merged 32 commits into from
Apr 2, 2024

Commits on Apr 11, 2023

  1. updated dependencies

    edsu committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    480768f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Use httpbin fork

    Add aaronhmiller/httpbin fork which has had https://github.com/aaronhmiller/httpbin.git applied so it can work with latest werkzeug.
    edsu committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    3ccc7ea View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. pop_path_info

    This was removed in werkzeug 2.3 and exists as shift_pop_info in
    wsgiref:
    
    pallets/werkzeug#2415
    edsu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e824ffd View commit details
    Browse the repository at this point in the history
  2. Spaces in test responses

    It seems like JSON in responses is now minimized without spaces? I'm not
    sure what changed in the stack to do that.
    edsu committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5b72d96 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. httpbin adjustments

    Use the latest httpbin from psf/httpbin and adjust some json responses
    since the formatting has changed slightly.
    edsu committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0bdc968 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    bfbb4ab View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    778556d View commit details
    Browse the repository at this point in the history
  2. Move asserts

    tw4l committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a91cfd9 View commit details
    Browse the repository at this point in the history
  3. Test Python 3.8-3.11

    tw4l committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    a8ed1db View commit details
    Browse the repository at this point in the history
  4. Test Python 3.8-3.11 in tox

    tw4l committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    0c6b21e View commit details
    Browse the repository at this point in the history
  5. Remove asserts

    tw4l committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    9a5da9b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d253d2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b6e4037 View commit details
    Browse the repository at this point in the history
  8. Pin gevent to 22.10.1 for now

    tw4l committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    44e2532 View commit details
    Browse the repository at this point in the history
  9. More dependency pinning

    tw4l committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    2f5d169 View commit details
    Browse the repository at this point in the history
  10. Assert TestInputReq.app exists

    tw4l committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b6e8d7f View commit details
    Browse the repository at this point in the history
  11. Remove assert

    tw4l committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    82ae625 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ed25b0a View commit details
    Browse the repository at this point in the history
  13. Unpin WebTest

    tw4l committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    63560e0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    543849f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Remove flask

    tw4l committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    60fd7b2 View commit details
    Browse the repository at this point in the history
  2. Unpin redis

    tw4l committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1181f2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    575b2e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4ccdfc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e3342c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d69bffd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    930c901 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    ea05caa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b51c0bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b554fb View commit details
    Browse the repository at this point in the history
  4. More spacing test fixes

    tw4l committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7b5544d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Pin markupsafe>=2.1.1

    tw4l committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8e1cd43 View commit details
    Browse the repository at this point in the history